projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f4fb7
)
* files.el (save-some-buffers): At each map-y-or-n-p iteration,
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 9 Dec 2008 23:43:03 +0000
(23:43 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 9 Dec 2008 23:43:03 +0000
(23:43 +0000)
check whether the buffer is still alive.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6dd1cd01bb19267704da83a5a5ffaf5ba21a4ec1..8dade0843ec5ef1c2d3ea8371ad683de0af60a59 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2008-12-09 Chong Yidong <cyd@stupidchicken.com>
+
+ * files.el (save-some-buffers): At each map-y-or-n-p iteration,
+ check whether the buffer is still alive.
+
2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.